toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.print
/
[jvm]Printer
Printer
public
interface
Printer
<
PrintSettingsT
extends
PrintSettings
>
An interface for concrete printers to implement.
Since
7.13
Inheritors
SystemPrinter
PdfPrinter
Members
Functions
capabilities
Link copied to clipboard
public
abstract
Capabilities
capabilities
(
)
Returns the capabilities of this printer.
device
Name
Link copied to clipboard
public
abstract
String
deviceName
(
)
Returns the device name of this printer as shown in Print Preview.
printer
Name
Link copied to clipboard
public
abstract
String
printerName
(
)
Returns the name of this printer as understood by OS.
print
Job
Link copied to clipboard
public
abstract
PrintJob
<
PrintSettingsT
>
printJob
(
)
Returns the current print job.